-
-
Notifications
You must be signed in to change notification settings - Fork 482
Change GTA San Andreas User Files
to MTA San Andreas User Files
#4354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
That's like the worst place to do it. Early patching can be done in Client Core project, because the core initialization runs before the game's WinMain, even before static initialization. |
Do you have any idea where can do this? |
|
This will help isolate files like
gta_sa.set
from other GTA:SA builds.It may not be the most proper way to do this in the
loader
module, but it’s already too late to do it in thegame_sa
andmultiplayer_sa
modules.